home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 22
/
Clickx 22.iso
/
Menu.dxr
/
00005_openen popup.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-01-01
|
185 b
|
10 lines
on exitFrame
if the platform contains "Windows" then
window().new("info")
window("info").type = #dialog
window("info").open()
else
open(window("info"))
end if
end